@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePortfolioShareRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreatePortfolioShareRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreatePortfolioShareRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAcceptLanguage()
The language code.
|
String |
getAccountId()
The AWS account ID.
|
OrganizationNode |
getOrganizationNode()
The organization node to whom you are going to share.
|
String |
getPortfolioId()
The portfolio identifier.
|
int |
hashCode() |
void |
setAcceptLanguage(String acceptLanguage)
The language code.
|
void |
setAccountId(String accountId)
The AWS account ID.
|
void |
setOrganizationNode(OrganizationNode organizationNode)
The organization node to whom you are going to share.
|
void |
setPortfolioId(String portfolioId)
The portfolio identifier.
|
String |
toString()
Returns a string representation of this object.
|
CreatePortfolioShareRequest |
withAcceptLanguage(String acceptLanguage)
The language code.
|
CreatePortfolioShareRequest |
withAccountId(String accountId)
The AWS account ID.
|
CreatePortfolioShareRequest |
withOrganizationNode(OrganizationNode organizationNode)
The organization node to whom you are going to share.
|
CreatePortfolioShareRequest |
withPortfolioId(String portfolioId)
The portfolio identifier.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setAcceptLanguage(String acceptLanguage)
The language code.
en - English (default)
jp - Japanese
zh - Chinese
acceptLanguage - The language code.
en - English (default)
jp - Japanese
zh - Chinese
public String getAcceptLanguage()
The language code.
en - English (default)
jp - Japanese
zh - Chinese
en - English (default)
jp - Japanese
zh - Chinese
public CreatePortfolioShareRequest withAcceptLanguage(String acceptLanguage)
The language code.
en - English (default)
jp - Japanese
zh - Chinese
acceptLanguage - The language code.
en - English (default)
jp - Japanese
zh - Chinese
public void setPortfolioId(String portfolioId)
The portfolio identifier.
portfolioId - The portfolio identifier.public String getPortfolioId()
The portfolio identifier.
public CreatePortfolioShareRequest withPortfolioId(String portfolioId)
The portfolio identifier.
portfolioId - The portfolio identifier.public void setAccountId(String accountId)
The AWS account ID. For example, 123456789012.
accountId - The AWS account ID. For example, 123456789012.public String getAccountId()
The AWS account ID. For example, 123456789012.
123456789012.public CreatePortfolioShareRequest withAccountId(String accountId)
The AWS account ID. For example, 123456789012.
accountId - The AWS account ID. For example, 123456789012.public void setOrganizationNode(OrganizationNode organizationNode)
The organization node to whom you are going to share. If OrganizationNode is passed in,
PortfolioShare will be created for the node and its children (when applies), and a
PortfolioShareToken will be returned in the output in order for the administrator to monitor the
status of the PortfolioShare creation process.
organizationNode - The organization node to whom you are going to share. If OrganizationNode is passed in,
PortfolioShare will be created for the node and its children (when applies), and a
PortfolioShareToken will be returned in the output in order for the administrator to monitor
the status of the PortfolioShare creation process.public OrganizationNode getOrganizationNode()
The organization node to whom you are going to share. If OrganizationNode is passed in,
PortfolioShare will be created for the node and its children (when applies), and a
PortfolioShareToken will be returned in the output in order for the administrator to monitor the
status of the PortfolioShare creation process.
OrganizationNode is passed in,
PortfolioShare will be created for the node and its children (when applies), and a
PortfolioShareToken will be returned in the output in order for the administrator to monitor
the status of the PortfolioShare creation process.public CreatePortfolioShareRequest withOrganizationNode(OrganizationNode organizationNode)
The organization node to whom you are going to share. If OrganizationNode is passed in,
PortfolioShare will be created for the node and its children (when applies), and a
PortfolioShareToken will be returned in the output in order for the administrator to monitor the
status of the PortfolioShare creation process.
organizationNode - The organization node to whom you are going to share. If OrganizationNode is passed in,
PortfolioShare will be created for the node and its children (when applies), and a
PortfolioShareToken will be returned in the output in order for the administrator to monitor
the status of the PortfolioShare creation process.public String toString()
toString in class ObjectObject.toString()public CreatePortfolioShareRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.