@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAssociationsForLicenseConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAssociationsForLicenseConfigurationResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAssociationsForLicenseConfigurationResult |
clone() |
boolean |
equals(Object obj) |
List<LicenseConfigurationAssociation> |
getLicenseConfigurationAssociations()
Lists association objects for the license configuration, each containing the association time, number of consumed
licenses, resource ARN, resource ID, account ID that owns the resource, resource size, and resource type.
|
String |
getNextToken()
Token for the next set of results.
|
int |
hashCode() |
void |
setLicenseConfigurationAssociations(Collection<LicenseConfigurationAssociation> licenseConfigurationAssociations)
Lists association objects for the license configuration, each containing the association time, number of consumed
licenses, resource ARN, resource ID, account ID that owns the resource, resource size, and resource type.
|
void |
setNextToken(String nextToken)
Token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListAssociationsForLicenseConfigurationResult |
withLicenseConfigurationAssociations(Collection<LicenseConfigurationAssociation> licenseConfigurationAssociations)
Lists association objects for the license configuration, each containing the association time, number of consumed
licenses, resource ARN, resource ID, account ID that owns the resource, resource size, and resource type.
|
ListAssociationsForLicenseConfigurationResult |
withLicenseConfigurationAssociations(LicenseConfigurationAssociation... licenseConfigurationAssociations)
Lists association objects for the license configuration, each containing the association time, number of consumed
licenses, resource ARN, resource ID, account ID that owns the resource, resource size, and resource type.
|
ListAssociationsForLicenseConfigurationResult |
withNextToken(String nextToken)
Token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ListAssociationsForLicenseConfigurationResult()
public List<LicenseConfigurationAssociation> getLicenseConfigurationAssociations()
Lists association objects for the license configuration, each containing the association time, number of consumed licenses, resource ARN, resource ID, account ID that owns the resource, resource size, and resource type.
public void setLicenseConfigurationAssociations(Collection<LicenseConfigurationAssociation> licenseConfigurationAssociations)
Lists association objects for the license configuration, each containing the association time, number of consumed licenses, resource ARN, resource ID, account ID that owns the resource, resource size, and resource type.
licenseConfigurationAssociations - Lists association objects for the license configuration, each containing the association time, number of
consumed licenses, resource ARN, resource ID, account ID that owns the resource, resource size, and
resource type.public ListAssociationsForLicenseConfigurationResult withLicenseConfigurationAssociations(LicenseConfigurationAssociation... licenseConfigurationAssociations)
Lists association objects for the license configuration, each containing the association time, number of consumed licenses, resource ARN, resource ID, account ID that owns the resource, resource size, and resource type.
NOTE: This method appends the values to the existing list (if any). Use
setLicenseConfigurationAssociations(java.util.Collection) or
withLicenseConfigurationAssociations(java.util.Collection) if you want to override the existing values.
licenseConfigurationAssociations - Lists association objects for the license configuration, each containing the association time, number of
consumed licenses, resource ARN, resource ID, account ID that owns the resource, resource size, and
resource type.public ListAssociationsForLicenseConfigurationResult withLicenseConfigurationAssociations(Collection<LicenseConfigurationAssociation> licenseConfigurationAssociations)
Lists association objects for the license configuration, each containing the association time, number of consumed licenses, resource ARN, resource ID, account ID that owns the resource, resource size, and resource type.
licenseConfigurationAssociations - Lists association objects for the license configuration, each containing the association time, number of
consumed licenses, resource ARN, resource ID, account ID that owns the resource, resource size, and
resource type.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 ListAssociationsForLicenseConfigurationResult withNextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.public String toString()
toString in class ObjectObject.toString()public ListAssociationsForLicenseConfigurationResult clone()
Copyright © 2019. All rights reserved.