@Generated(value="software.amazon.awssdk:codegen") public final class PortfolioDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PortfolioDetail.Builder,PortfolioDetail>
Information about a portfolio.
Modifier and Type | Class and Description |
---|---|
static interface |
PortfolioDetail.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
The ARN assigned to the portfolio.
|
static PortfolioDetail.Builder |
builder() |
Instant |
createdTime()
The UTC time stamp of the creation time.
|
String |
description()
The description of the portfolio.
|
String |
displayName()
The name to use for display purposes.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The portfolio identifier.
|
String |
providerName()
The name of the portfolio provider.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PortfolioDetail.Builder> |
serializableBuilderClass() |
PortfolioDetail.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String id()
The portfolio identifier.
public String arn()
The ARN assigned to the portfolio.
public String displayName()
The name to use for display purposes.
public String description()
The description of the portfolio.
public Instant createdTime()
The UTC time stamp of the creation time.
public String providerName()
The name of the portfolio provider.
public PortfolioDetail.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PortfolioDetail.Builder,PortfolioDetail>
public static PortfolioDetail.Builder builder()
public static Class<? extends PortfolioDetail.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.