@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAttributeGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateAttributeGroupRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateAttributeGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAttributeGroup()
The name or ID of the attribute group that holds the attributes to describe the application.
|
String |
getAttributes()
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an
application and its components.
|
String |
getDescription()
The description of the attribute group that the user provides.
|
String |
getName()
Deprecated.
|
int |
hashCode() |
void |
setAttributeGroup(String attributeGroup)
The name or ID of the attribute group that holds the attributes to describe the application.
|
void |
setAttributes(String attributes)
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an
application and its components.
|
void |
setDescription(String description)
The description of the attribute group that the user provides.
|
void |
setName(String name)
Deprecated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAttributeGroupRequest |
withAttributeGroup(String attributeGroup)
The name or ID of the attribute group that holds the attributes to describe the application.
|
UpdateAttributeGroupRequest |
withAttributes(String attributes)
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an
application and its components.
|
UpdateAttributeGroupRequest |
withDescription(String description)
The description of the attribute group that the user provides.
|
UpdateAttributeGroupRequest |
withName(String name)
Deprecated.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAttributeGroup(String attributeGroup)
The name or ID of the attribute group that holds the attributes to describe the application.
attributeGroup
- The name or ID of the attribute group that holds the attributes to describe the application.public String getAttributeGroup()
The name or ID of the attribute group that holds the attributes to describe the application.
public UpdateAttributeGroupRequest withAttributeGroup(String attributeGroup)
The name or ID of the attribute group that holds the attributes to describe the application.
attributeGroup
- The name or ID of the attribute group that holds the attributes to describe the application.@Deprecated public void setName(String name)
The new name of the attribute group. The name must be unique in the region in which you are updating the attribute group.
name
- The new name of the attribute group. The name must be unique in the region in which you are updating the
attribute group.@Deprecated public String getName()
The new name of the attribute group. The name must be unique in the region in which you are updating the attribute group.
@Deprecated public UpdateAttributeGroupRequest withName(String name)
The new name of the attribute group. The name must be unique in the region in which you are updating the attribute group.
name
- The new name of the attribute group. The name must be unique in the region in which you are updating the
attribute group.public void setDescription(String description)
The description of the attribute group that the user provides.
description
- The description of the attribute group that the user provides.public String getDescription()
The description of the attribute group that the user provides.
public UpdateAttributeGroupRequest withDescription(String description)
The description of the attribute group that the user provides.
description
- The description of the attribute group that the user provides.public void setAttributes(String attributes)
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.
attributes
- A JSON string in the form of nested key-value pairs that represent the attributes in the group and
describes an application and its components.public String getAttributes()
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.
public UpdateAttributeGroupRequest withAttributes(String attributes)
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.
attributes
- A JSON string in the form of nested key-value pairs that represent the attributes in the group and
describes an application and its components.public String toString()
toString
in class Object
Object.toString()
public UpdateAttributeGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()