@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLicenseConfigurationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListLicenseConfigurationsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListLicenseConfigurationsResult |
clone() |
boolean |
equals(Object obj) |
List<LicenseConfiguration> |
getLicenseConfigurations()
Information about the license configurations.
|
String |
getNextToken()
Token for the next set of results.
|
int |
hashCode() |
void |
setLicenseConfigurations(Collection<LicenseConfiguration> licenseConfigurations)
Information about the license configurations.
|
void |
setNextToken(String nextToken)
Token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListLicenseConfigurationsResult |
withLicenseConfigurations(Collection<LicenseConfiguration> licenseConfigurations)
Information about the license configurations.
|
ListLicenseConfigurationsResult |
withLicenseConfigurations(LicenseConfiguration... licenseConfigurations)
Information about the license configurations.
|
ListLicenseConfigurationsResult |
withNextToken(String nextToken)
Token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<LicenseConfiguration> getLicenseConfigurations()
Information about the license configurations.
public void setLicenseConfigurations(Collection<LicenseConfiguration> licenseConfigurations)
Information about the license configurations.
licenseConfigurations - Information about the license configurations.public ListLicenseConfigurationsResult withLicenseConfigurations(LicenseConfiguration... licenseConfigurations)
Information about the license configurations.
NOTE: This method appends the values to the existing list (if any). Use
setLicenseConfigurations(java.util.Collection) or
withLicenseConfigurations(java.util.Collection) if you want to override the existing values.
licenseConfigurations - Information about the license configurations.public ListLicenseConfigurationsResult withLicenseConfigurations(Collection<LicenseConfiguration> licenseConfigurations)
Information about the license configurations.
licenseConfigurations - Information about the license configurations.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 ListLicenseConfigurationsResult 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 ListLicenseConfigurationsResult clone()