Class PortfolioDetail
- java.lang.Object
-
- software.amazon.awssdk.services.servicecatalog.model.PortfolioDetail
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PortfolioDetail.Builder,PortfolioDetail>
@Generated("software.amazon.awssdk:codegen") public final class PortfolioDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PortfolioDetail.Builder,PortfolioDetail>
Information about a portfolio.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePortfolioDetail.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The ARN assigned to the portfolio.static PortfolioDetail.Builderbuilder()InstantcreatedTime()The UTC time stamp of the creation time.Stringdescription()The description of the portfolio.StringdisplayName()The name to use for display purposes.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The portfolio identifier.StringproviderName()The name of the portfolio provider.List<SdkField<?>>sdkFields()static Class<? extends PortfolioDetail.Builder>serializableBuilderClass()PortfolioDetail.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
id
public final String id()
The portfolio identifier.
- Returns:
- The portfolio identifier.
-
arn
public final String arn()
The ARN assigned to the portfolio.
- Returns:
- The ARN assigned to the portfolio.
-
displayName
public final String displayName()
The name to use for display purposes.
- Returns:
- The name to use for display purposes.
-
description
public final String description()
The description of the portfolio.
- Returns:
- The description of the portfolio.
-
createdTime
public final Instant createdTime()
The UTC time stamp of the creation time.
- Returns:
- The UTC time stamp of the creation time.
-
providerName
public final String providerName()
The name of the portfolio provider.
- Returns:
- The name of the portfolio provider.
-
toBuilder
public PortfolioDetail.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PortfolioDetail.Builder,PortfolioDetail>
-
builder
public static PortfolioDetail.Builder builder()
-
serializableBuilderClass
public static Class<? extends PortfolioDetail.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-