@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PortfolioDetail extends Object implements Serializable, Cloneable, StructuredPojo
Detailed portfolio information.
Constructor and Description |
---|
PortfolioDetail() |
Modifier and Type | Method and Description |
---|---|
PortfolioDetail |
clone() |
boolean |
equals(Object obj) |
String |
getARN()
The ARN assigned to the portfolio.
|
Date |
getCreatedTime()
The UTC timestamp of the creation time.
|
String |
getDescription()
The text description of the portfolio.
|
String |
getDisplayName()
The name to use for display purposes.
|
String |
getId()
The identifier for the portfolio.
|
String |
getProviderName()
The name of the portfolio provider.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setARN(String aRN)
The ARN assigned to the portfolio.
|
void |
setCreatedTime(Date createdTime)
The UTC timestamp of the creation time.
|
void |
setDescription(String description)
The text description of the portfolio.
|
void |
setDisplayName(String displayName)
The name to use for display purposes.
|
void |
setId(String id)
The identifier for the portfolio.
|
void |
setProviderName(String providerName)
The name of the portfolio provider.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PortfolioDetail |
withARN(String aRN)
The ARN assigned to the portfolio.
|
PortfolioDetail |
withCreatedTime(Date createdTime)
The UTC timestamp of the creation time.
|
PortfolioDetail |
withDescription(String description)
The text description of the portfolio.
|
PortfolioDetail |
withDisplayName(String displayName)
The name to use for display purposes.
|
PortfolioDetail |
withId(String id)
The identifier for the portfolio.
|
PortfolioDetail |
withProviderName(String providerName)
The name of the portfolio provider.
|
public void setId(String id)
The identifier for the portfolio.
id
- The identifier for the portfolio.public String getId()
The identifier for the portfolio.
public PortfolioDetail withId(String id)
The identifier for the portfolio.
id
- The identifier for the portfolio.public void setARN(String aRN)
The ARN assigned to the portfolio.
aRN
- The ARN assigned to the portfolio.public String getARN()
The ARN assigned to the portfolio.
public PortfolioDetail withARN(String aRN)
The ARN assigned to the portfolio.
aRN
- The ARN assigned to the portfolio.public void setDisplayName(String displayName)
The name to use for display purposes.
displayName
- The name to use for display purposes.public String getDisplayName()
The name to use for display purposes.
public PortfolioDetail withDisplayName(String displayName)
The name to use for display purposes.
displayName
- The name to use for display purposes.public void setDescription(String description)
The text description of the portfolio.
description
- The text description of the portfolio.public String getDescription()
The text description of the portfolio.
public PortfolioDetail withDescription(String description)
The text description of the portfolio.
description
- The text description of the portfolio.public void setCreatedTime(Date createdTime)
The UTC timestamp of the creation time.
createdTime
- The UTC timestamp of the creation time.public Date getCreatedTime()
The UTC timestamp of the creation time.
public PortfolioDetail withCreatedTime(Date createdTime)
The UTC timestamp of the creation time.
createdTime
- The UTC timestamp of the creation time.public void setProviderName(String providerName)
The name of the portfolio provider.
providerName
- The name of the portfolio provider.public String getProviderName()
The name of the portfolio provider.
public PortfolioDetail withProviderName(String providerName)
The name of the portfolio provider.
providerName
- The name of the portfolio provider.public String toString()
toString
in class Object
Object.toString()
public PortfolioDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.