@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePortfolioResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribePortfolioResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribePortfolioResult |
clone() |
boolean |
equals(Object obj) |
List<BudgetDetail> |
getBudgets()
Information about the associated budgets.
|
PortfolioDetail |
getPortfolioDetail()
Information about the portfolio.
|
List<TagOptionDetail> |
getTagOptions()
Information about the TagOptions associated with the portfolio.
|
List<Tag> |
getTags()
Information about the tags associated with the portfolio.
|
int |
hashCode() |
void |
setBudgets(Collection<BudgetDetail> budgets)
Information about the associated budgets.
|
void |
setPortfolioDetail(PortfolioDetail portfolioDetail)
Information about the portfolio.
|
void |
setTagOptions(Collection<TagOptionDetail> tagOptions)
Information about the TagOptions associated with the portfolio.
|
void |
setTags(Collection<Tag> tags)
Information about the tags associated with the portfolio.
|
String |
toString()
Returns a string representation of this object.
|
DescribePortfolioResult |
withBudgets(BudgetDetail... budgets)
Information about the associated budgets.
|
DescribePortfolioResult |
withBudgets(Collection<BudgetDetail> budgets)
Information about the associated budgets.
|
DescribePortfolioResult |
withPortfolioDetail(PortfolioDetail portfolioDetail)
Information about the portfolio.
|
DescribePortfolioResult |
withTagOptions(Collection<TagOptionDetail> tagOptions)
Information about the TagOptions associated with the portfolio.
|
DescribePortfolioResult |
withTagOptions(TagOptionDetail... tagOptions)
Information about the TagOptions associated with the portfolio.
|
DescribePortfolioResult |
withTags(Collection<Tag> tags)
Information about the tags associated with the portfolio.
|
DescribePortfolioResult |
withTags(Tag... tags)
Information about the tags associated with the portfolio.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPortfolioDetail(PortfolioDetail portfolioDetail)
Information about the portfolio.
portfolioDetail - Information about the portfolio.public PortfolioDetail getPortfolioDetail()
Information about the portfolio.
public DescribePortfolioResult withPortfolioDetail(PortfolioDetail portfolioDetail)
Information about the portfolio.
portfolioDetail - Information about the portfolio.public List<Tag> getTags()
Information about the tags associated with the portfolio.
public void setTags(Collection<Tag> tags)
Information about the tags associated with the portfolio.
tags - Information about the tags associated with the portfolio.public DescribePortfolioResult withTags(Tag... tags)
Information about the tags associated with the portfolio.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the
existing values.
tags - Information about the tags associated with the portfolio.public DescribePortfolioResult withTags(Collection<Tag> tags)
Information about the tags associated with the portfolio.
tags - Information about the tags associated with the portfolio.public List<TagOptionDetail> getTagOptions()
Information about the TagOptions associated with the portfolio.
public void setTagOptions(Collection<TagOptionDetail> tagOptions)
Information about the TagOptions associated with the portfolio.
tagOptions - Information about the TagOptions associated with the portfolio.public DescribePortfolioResult withTagOptions(TagOptionDetail... tagOptions)
Information about the TagOptions associated with the portfolio.
NOTE: This method appends the values to the existing list (if any). Use
setTagOptions(java.util.Collection) or withTagOptions(java.util.Collection) if you want to
override the existing values.
tagOptions - Information about the TagOptions associated with the portfolio.public DescribePortfolioResult withTagOptions(Collection<TagOptionDetail> tagOptions)
Information about the TagOptions associated with the portfolio.
tagOptions - Information about the TagOptions associated with the portfolio.public List<BudgetDetail> getBudgets()
Information about the associated budgets.
public void setBudgets(Collection<BudgetDetail> budgets)
Information about the associated budgets.
budgets - Information about the associated budgets.public DescribePortfolioResult withBudgets(BudgetDetail... budgets)
Information about the associated budgets.
NOTE: This method appends the values to the existing list (if any). Use
setBudgets(java.util.Collection) or withBudgets(java.util.Collection) if you want to override
the existing values.
budgets - Information about the associated budgets.public DescribePortfolioResult withBudgets(Collection<BudgetDetail> budgets)
Information about the associated budgets.
budgets - Information about the associated budgets.public String toString()
toString in class ObjectObject.toString()public DescribePortfolioResult clone()