@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateGraphRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateGraphRequest() |
Modifier and Type | Method and Description |
---|---|
CreateGraphRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateGraphRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateGraphRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Map<String,String> |
getTags()
The tags to assign to the new behavior graph.
|
int |
hashCode() |
void |
setTags(Map<String,String> tags)
The tags to assign to the new behavior graph.
|
String |
toString()
Returns a string representation of this object.
|
CreateGraphRequest |
withTags(Map<String,String> tags)
The tags to assign to the new behavior graph.
|
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 Map<String,String> getTags()
The tags to assign to the new behavior graph. You can add up to 50 tags. For each tag, you provide the tag key and the tag value. Each tag key can contain up to 128 characters. Each tag value can contain up to 256 characters.
public void setTags(Map<String,String> tags)
The tags to assign to the new behavior graph. You can add up to 50 tags. For each tag, you provide the tag key and the tag value. Each tag key can contain up to 128 characters. Each tag value can contain up to 256 characters.
tags
- The tags to assign to the new behavior graph. You can add up to 50 tags. For each tag, you provide the tag
key and the tag value. Each tag key can contain up to 128 characters. Each tag value can contain up to 256
characters.public CreateGraphRequest withTags(Map<String,String> tags)
The tags to assign to the new behavior graph. You can add up to 50 tags. For each tag, you provide the tag key and the tag value. Each tag key can contain up to 128 characters. Each tag value can contain up to 256 characters.
tags
- The tags to assign to the new behavior graph. You can add up to 50 tags. For each tag, you provide the tag
key and the tag value. Each tag key can contain up to 128 characters. Each tag value can contain up to 256
characters.public CreateGraphRequest addTagsEntry(String key, String value)
public CreateGraphRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateGraphRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()