@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PortfolioDetail extends Object implements Serializable, Cloneable, StructuredPojo
Information about a portfolio.
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 time stamp of the creation time.
|
String |
getDescription()
The description of the portfolio.
|
String |
getDisplayName()
The name to use for display purposes.
|
String |
getId()
The portfolio identifier.
|
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 time stamp of the creation time.
|
void |
setDescription(String description)
The description of the portfolio.
|
void |
setDisplayName(String displayName)
The name to use for display purposes.
|
void |
setId(String id)
The portfolio identifier.
|
void |
setProviderName(String providerName)
The name of the portfolio provider.
|
String |
toString()
Returns a string representation of this object.
|
PortfolioDetail |
withARN(String aRN)
The ARN assigned to the portfolio.
|
PortfolioDetail |
withCreatedTime(Date createdTime)
The UTC time stamp of the creation time.
|
PortfolioDetail |
withDescription(String description)
The description of the portfolio.
|
PortfolioDetail |
withDisplayName(String displayName)
The name to use for display purposes.
|
PortfolioDetail |
withId(String id)
The portfolio identifier.
|
PortfolioDetail |
withProviderName(String providerName)
The name of the portfolio provider.
|
public void setId(String id)
The portfolio identifier.
id
- The portfolio identifier.public String getId()
The portfolio identifier.
public PortfolioDetail withId(String id)
The portfolio identifier.
id
- The portfolio identifier.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 description of the portfolio.
description
- The description of the portfolio.public String getDescription()
The description of the portfolio.
public PortfolioDetail withDescription(String description)
The description of the portfolio.
description
- The description of the portfolio.public void setCreatedTime(Date createdTime)
The UTC time stamp of the creation time.
createdTime
- The UTC time stamp of the creation time.public Date getCreatedTime()
The UTC time stamp of the creation time.
public PortfolioDetail withCreatedTime(Date createdTime)
The UTC time stamp of the creation time.
createdTime
- The UTC time stamp 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.