@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetProvisionedProductOutputsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetProvisionedProductOutputsRequest() |
Modifier and Type | Method and Description |
---|---|
GetProvisionedProductOutputsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAcceptLanguage()
The language code.
|
List<String> |
getOutputKeys()
The list of keys that the API should return with their values.
|
Integer |
getPageSize()
The maximum number of items to return with this call.
|
String |
getPageToken()
The page token for the next set of results.
|
String |
getProvisionedProductId()
The identifier of the provisioned product that you want the outputs from.
|
String |
getProvisionedProductName()
The name of the provisioned product that you want the outputs from.
|
int |
hashCode() |
void |
setAcceptLanguage(String acceptLanguage)
The language code.
|
void |
setOutputKeys(Collection<String> outputKeys)
The list of keys that the API should return with their values.
|
void |
setPageSize(Integer pageSize)
The maximum number of items to return with this call.
|
void |
setPageToken(String pageToken)
The page token for the next set of results.
|
void |
setProvisionedProductId(String provisionedProductId)
The identifier of the provisioned product that you want the outputs from.
|
void |
setProvisionedProductName(String provisionedProductName)
The name of the provisioned product that you want the outputs from.
|
String |
toString()
Returns a string representation of this object.
|
GetProvisionedProductOutputsRequest |
withAcceptLanguage(String acceptLanguage)
The language code.
|
GetProvisionedProductOutputsRequest |
withOutputKeys(Collection<String> outputKeys)
The list of keys that the API should return with their values.
|
GetProvisionedProductOutputsRequest |
withOutputKeys(String... outputKeys)
The list of keys that the API should return with their values.
|
GetProvisionedProductOutputsRequest |
withPageSize(Integer pageSize)
The maximum number of items to return with this call.
|
GetProvisionedProductOutputsRequest |
withPageToken(String pageToken)
The page token for the next set of results.
|
GetProvisionedProductOutputsRequest |
withProvisionedProductId(String provisionedProductId)
The identifier of the provisioned product that you want the outputs from.
|
GetProvisionedProductOutputsRequest |
withProvisionedProductName(String provisionedProductName)
The name of the provisioned product that you want the outputs from.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setAcceptLanguage(String acceptLanguage)
The language code.
jp
- Japanese
zh
- Chinese
acceptLanguage
- The language code.
jp
- Japanese
zh
- Chinese
public String getAcceptLanguage()
The language code.
jp
- Japanese
zh
- Chinese
jp
- Japanese
zh
- Chinese
public GetProvisionedProductOutputsRequest withAcceptLanguage(String acceptLanguage)
The language code.
jp
- Japanese
zh
- Chinese
acceptLanguage
- The language code.
jp
- Japanese
zh
- Chinese
public void setProvisionedProductId(String provisionedProductId)
The identifier of the provisioned product that you want the outputs from.
provisionedProductId
- The identifier of the provisioned product that you want the outputs from.public String getProvisionedProductId()
The identifier of the provisioned product that you want the outputs from.
public GetProvisionedProductOutputsRequest withProvisionedProductId(String provisionedProductId)
The identifier of the provisioned product that you want the outputs from.
provisionedProductId
- The identifier of the provisioned product that you want the outputs from.public void setProvisionedProductName(String provisionedProductName)
The name of the provisioned product that you want the outputs from.
provisionedProductName
- The name of the provisioned product that you want the outputs from.public String getProvisionedProductName()
The name of the provisioned product that you want the outputs from.
public GetProvisionedProductOutputsRequest withProvisionedProductName(String provisionedProductName)
The name of the provisioned product that you want the outputs from.
provisionedProductName
- The name of the provisioned product that you want the outputs from.public List<String> getOutputKeys()
The list of keys that the API should return with their values. If none are provided, the API will return all outputs of the provisioned product.
public void setOutputKeys(Collection<String> outputKeys)
The list of keys that the API should return with their values. If none are provided, the API will return all outputs of the provisioned product.
outputKeys
- The list of keys that the API should return with their values. If none are provided, the API will return
all outputs of the provisioned product.public GetProvisionedProductOutputsRequest withOutputKeys(String... outputKeys)
The list of keys that the API should return with their values. If none are provided, the API will return all outputs of the provisioned product.
NOTE: This method appends the values to the existing list (if any). Use
setOutputKeys(java.util.Collection)
or withOutputKeys(java.util.Collection)
if you want to
override the existing values.
outputKeys
- The list of keys that the API should return with their values. If none are provided, the API will return
all outputs of the provisioned product.public GetProvisionedProductOutputsRequest withOutputKeys(Collection<String> outputKeys)
The list of keys that the API should return with their values. If none are provided, the API will return all outputs of the provisioned product.
outputKeys
- The list of keys that the API should return with their values. If none are provided, the API will return
all outputs of the provisioned product.public void setPageSize(Integer pageSize)
The maximum number of items to return with this call.
pageSize
- The maximum number of items to return with this call.public Integer getPageSize()
The maximum number of items to return with this call.
public GetProvisionedProductOutputsRequest withPageSize(Integer pageSize)
The maximum number of items to return with this call.
pageSize
- The maximum number of items to return with this call.public void setPageToken(String pageToken)
The page token for the next set of results. To retrieve the first set of results, use null.
pageToken
- The page token for the next set of results. To retrieve the first set of results, use null.public String getPageToken()
The page token for the next set of results. To retrieve the first set of results, use null.
public GetProvisionedProductOutputsRequest withPageToken(String pageToken)
The page token for the next set of results. To retrieve the first set of results, use null.
pageToken
- The page token for the next set of results. To retrieve the first set of results, use null.public String toString()
toString
in class Object
Object.toString()
public GetProvisionedProductOutputsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()