StructuredPojo
, ToCopyableBuilder<PortfolioDetail.Builder,PortfolioDetail>
@Generated("software.amazon.awssdk:codegen") public class PortfolioDetail extends Object implements StructuredPojo, ToCopyableBuilder<PortfolioDetail.Builder,PortfolioDetail>
Detailed portfolio information.
Modifier and Type | Class | Description |
---|---|---|
static interface |
PortfolioDetail.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
arn() |
The ARN assigned to the portfolio.
|
static PortfolioDetail.Builder |
builder() |
|
Date |
createdTime() |
The UTC timestamp of the creation time.
|
String |
description() |
The text description of the portfolio.
|
String |
displayName() |
The name to use for display purposes.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
The identifier for the portfolio.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
providerName() |
The name of the portfolio provider.
|
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() |
public String id()
The identifier for the portfolio.
public String arn()
The ARN assigned to the portfolio.
public String displayName()
The name to use for display purposes.
public String description()
The text description of the portfolio.
public Date createdTime()
The UTC timestamp 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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.