@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFailuresForLicenseConfigurationOperationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListFailuresForLicenseConfigurationOperationsResult() |
Modifier and Type | Method and Description |
---|---|
ListFailuresForLicenseConfigurationOperationsResult |
clone() |
boolean |
equals(Object obj) |
List<LicenseOperationFailure> |
getLicenseOperationFailureList()
License configuration operations that failed.
|
String |
getNextToken()
Token for the next set of results.
|
int |
hashCode() |
void |
setLicenseOperationFailureList(Collection<LicenseOperationFailure> licenseOperationFailureList)
License configuration operations that failed.
|
void |
setNextToken(String nextToken)
Token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListFailuresForLicenseConfigurationOperationsResult |
withLicenseOperationFailureList(Collection<LicenseOperationFailure> licenseOperationFailureList)
License configuration operations that failed.
|
ListFailuresForLicenseConfigurationOperationsResult |
withLicenseOperationFailureList(LicenseOperationFailure... licenseOperationFailureList)
License configuration operations that failed.
|
ListFailuresForLicenseConfigurationOperationsResult |
withNextToken(String nextToken)
Token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListFailuresForLicenseConfigurationOperationsResult()
public List<LicenseOperationFailure> getLicenseOperationFailureList()
License configuration operations that failed.
public void setLicenseOperationFailureList(Collection<LicenseOperationFailure> licenseOperationFailureList)
License configuration operations that failed.
licenseOperationFailureList
- License configuration operations that failed.public ListFailuresForLicenseConfigurationOperationsResult withLicenseOperationFailureList(LicenseOperationFailure... licenseOperationFailureList)
License configuration operations that failed.
NOTE: This method appends the values to the existing list (if any). Use
setLicenseOperationFailureList(java.util.Collection)
or
withLicenseOperationFailureList(java.util.Collection)
if you want to override the existing values.
licenseOperationFailureList
- License configuration operations that failed.public ListFailuresForLicenseConfigurationOperationsResult withLicenseOperationFailureList(Collection<LicenseOperationFailure> licenseOperationFailureList)
License configuration operations that failed.
licenseOperationFailureList
- License configuration operations that failed.public void setNextToken(String nextToken)
Token for the next set of results.
nextToken
- Token for the next set of results.public String getNextToken()
Token for the next set of results.
public ListFailuresForLicenseConfigurationOperationsResult withNextToken(String nextToken)
Token for the next set of results.
nextToken
- Token for the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListFailuresForLicenseConfigurationOperationsResult clone()