@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetOutpostInstanceTypesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetOutpostInstanceTypesResult() |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<InstanceTypeItem> getInstanceTypes()
public void setInstanceTypes(Collection<InstanceTypeItem> instanceTypes)
instanceTypes
- public GetOutpostInstanceTypesResult withInstanceTypes(InstanceTypeItem... instanceTypes)
NOTE: This method appends the values to the existing list (if any). Use
setInstanceTypes(java.util.Collection)
or withInstanceTypes(java.util.Collection)
if you want
to override the existing values.
instanceTypes
- public GetOutpostInstanceTypesResult withInstanceTypes(Collection<InstanceTypeItem> instanceTypes)
instanceTypes
- public void setNextToken(String nextToken)
nextToken
- public String getNextToken()
public GetOutpostInstanceTypesResult withNextToken(String nextToken)
nextToken
- public void setOutpostId(String outpostId)
The ID of the Outpost.
In requests, Amazon Web Services Outposts accepts the Amazon Resource Name (ARN) or an ID for Outposts and sites
throughout the Outposts Query API. To address backwards compatibility, the parameter names OutpostID
or SiteID
remain in use. Despite the parameter name, you can make the request with an ARN.
outpostId
- The ID of the Outpost.
In requests, Amazon Web Services Outposts accepts the Amazon Resource Name (ARN) or an ID for Outposts and
sites throughout the Outposts Query API. To address backwards compatibility, the parameter names
OutpostID
or SiteID
remain in use. Despite the parameter name, you can make the
request with an ARN.
public String getOutpostId()
The ID of the Outpost.
In requests, Amazon Web Services Outposts accepts the Amazon Resource Name (ARN) or an ID for Outposts and sites
throughout the Outposts Query API. To address backwards compatibility, the parameter names OutpostID
or SiteID
remain in use. Despite the parameter name, you can make the request with an ARN.
In requests, Amazon Web Services Outposts accepts the Amazon Resource Name (ARN) or an ID for Outposts
and sites throughout the Outposts Query API. To address backwards compatibility, the parameter names
OutpostID
or SiteID
remain in use. Despite the parameter name, you can make the
request with an ARN.
public GetOutpostInstanceTypesResult withOutpostId(String outpostId)
The ID of the Outpost.
In requests, Amazon Web Services Outposts accepts the Amazon Resource Name (ARN) or an ID for Outposts and sites
throughout the Outposts Query API. To address backwards compatibility, the parameter names OutpostID
or SiteID
remain in use. Despite the parameter name, you can make the request with an ARN.
outpostId
- The ID of the Outpost.
In requests, Amazon Web Services Outposts accepts the Amazon Resource Name (ARN) or an ID for Outposts and
sites throughout the Outposts Query API. To address backwards compatibility, the parameter names
OutpostID
or SiteID
remain in use. Despite the parameter name, you can make the
request with an ARN.
public void setOutpostArn(String outpostArn)
outpostArn
- public String getOutpostArn()
public GetOutpostInstanceTypesResult withOutpostArn(String outpostArn)
outpostArn
- public String toString()
toString
in class Object
Object.toString()
public GetOutpostInstanceTypesResult clone()