@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSensitivityInspectionTemplatesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListSensitivityInspectionTemplatesResult() |
Modifier and Type | Method and Description |
---|---|
ListSensitivityInspectionTemplatesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The string to use in a subsequent request to get the next page of results in a paginated response.
|
List<SensitivityInspectionTemplatesEntry> |
getSensitivityInspectionTemplates()
An array that specifies the unique identifier and name of the sensitivity inspection template for the account.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
void |
setSensitivityInspectionTemplates(Collection<SensitivityInspectionTemplatesEntry> sensitivityInspectionTemplates)
An array that specifies the unique identifier and name of the sensitivity inspection template for the account.
|
String |
toString()
Returns a string representation of this object.
|
ListSensitivityInspectionTemplatesResult |
withNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
ListSensitivityInspectionTemplatesResult |
withSensitivityInspectionTemplates(Collection<SensitivityInspectionTemplatesEntry> sensitivityInspectionTemplates)
An array that specifies the unique identifier and name of the sensitivity inspection template for the account.
|
ListSensitivityInspectionTemplatesResult |
withSensitivityInspectionTemplates(SensitivityInspectionTemplatesEntry... sensitivityInspectionTemplates)
An array that specifies the unique identifier and name of the sensitivity inspection template for the account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListSensitivityInspectionTemplatesResult()
public void setNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
nextToken
- The string to use in a subsequent request to get the next page of results in a paginated response. This
value is null if there are no additional pages.public String getNextToken()
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
public ListSensitivityInspectionTemplatesResult withNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
nextToken
- The string to use in a subsequent request to get the next page of results in a paginated response. This
value is null if there are no additional pages.public List<SensitivityInspectionTemplatesEntry> getSensitivityInspectionTemplates()
An array that specifies the unique identifier and name of the sensitivity inspection template for the account.
public void setSensitivityInspectionTemplates(Collection<SensitivityInspectionTemplatesEntry> sensitivityInspectionTemplates)
An array that specifies the unique identifier and name of the sensitivity inspection template for the account.
sensitivityInspectionTemplates
- An array that specifies the unique identifier and name of the sensitivity inspection template for the
account.public ListSensitivityInspectionTemplatesResult withSensitivityInspectionTemplates(SensitivityInspectionTemplatesEntry... sensitivityInspectionTemplates)
An array that specifies the unique identifier and name of the sensitivity inspection template for the account.
NOTE: This method appends the values to the existing list (if any). Use
setSensitivityInspectionTemplates(java.util.Collection)
or
withSensitivityInspectionTemplates(java.util.Collection)
if you want to override the existing values.
sensitivityInspectionTemplates
- An array that specifies the unique identifier and name of the sensitivity inspection template for the
account.public ListSensitivityInspectionTemplatesResult withSensitivityInspectionTemplates(Collection<SensitivityInspectionTemplatesEntry> sensitivityInspectionTemplates)
An array that specifies the unique identifier and name of the sensitivity inspection template for the account.
sensitivityInspectionTemplates
- An array that specifies the unique identifier and name of the sensitivity inspection template for the
account.public String toString()
toString
in class Object
Object.toString()
public ListSensitivityInspectionTemplatesResult clone()