@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePortfolioResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdatePortfolioResult() |
Modifier and Type | Method and Description |
---|---|
UpdatePortfolioResult |
clone() |
boolean |
equals(Object obj) |
PortfolioDetail |
getPortfolioDetail()
The resulting detailed portfolio information.
|
List<Tag> |
getTags()
Tags associated with the portfolio.
|
int |
hashCode() |
void |
setPortfolioDetail(PortfolioDetail portfolioDetail)
The resulting detailed portfolio information.
|
void |
setTags(Collection<Tag> tags)
Tags associated with the portfolio.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdatePortfolioResult |
withPortfolioDetail(PortfolioDetail portfolioDetail)
The resulting detailed portfolio information.
|
UpdatePortfolioResult |
withTags(Collection<Tag> tags)
Tags associated with the portfolio.
|
UpdatePortfolioResult |
withTags(Tag... tags)
Tags associated with the portfolio.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPortfolioDetail(PortfolioDetail portfolioDetail)
The resulting detailed portfolio information.
portfolioDetail
- The resulting detailed portfolio information.public PortfolioDetail getPortfolioDetail()
The resulting detailed portfolio information.
public UpdatePortfolioResult withPortfolioDetail(PortfolioDetail portfolioDetail)
The resulting detailed portfolio information.
portfolioDetail
- The resulting detailed portfolio information.public List<Tag> getTags()
Tags associated with the portfolio.
public void setTags(Collection<Tag> tags)
Tags associated with the portfolio.
tags
- Tags associated with the portfolio.public UpdatePortfolioResult withTags(Tag... tags)
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
- Tags associated with the portfolio.public UpdatePortfolioResult withTags(Collection<Tag> tags)
Tags associated with the portfolio.
tags
- Tags associated with the portfolio.public String toString()
toString
in class Object
Object.toString()
public UpdatePortfolioResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.