@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class QuerySchemaVersionMetadataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
QuerySchemaVersionMetadataResult() |
Modifier and Type | Method and Description |
---|---|
QuerySchemaVersionMetadataResult |
addMetadataInfoMapEntry(String key,
MetadataInfo value)
Add a single MetadataInfoMap entry
|
QuerySchemaVersionMetadataResult |
clearMetadataInfoMapEntries()
Removes all the entries added into MetadataInfoMap.
|
QuerySchemaVersionMetadataResult |
clone() |
boolean |
equals(Object obj) |
Map<String,MetadataInfo> |
getMetadataInfoMap()
A map of a metadata key and associated values.
|
String |
getNextToken()
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is
not the last.
|
String |
getSchemaVersionId()
The unique version ID of the schema version.
|
int |
hashCode() |
void |
setMetadataInfoMap(Map<String,MetadataInfo> metadataInfoMap)
A map of a metadata key and associated values.
|
void |
setNextToken(String nextToken)
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is
not the last.
|
void |
setSchemaVersionId(String schemaVersionId)
The unique version ID of the schema version.
|
String |
toString()
Returns a string representation of this object.
|
QuerySchemaVersionMetadataResult |
withMetadataInfoMap(Map<String,MetadataInfo> metadataInfoMap)
A map of a metadata key and associated values.
|
QuerySchemaVersionMetadataResult |
withNextToken(String nextToken)
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is
not the last.
|
QuerySchemaVersionMetadataResult |
withSchemaVersionId(String schemaVersionId)
The unique version ID of the schema version.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public Map<String,MetadataInfo> getMetadataInfoMap()
A map of a metadata key and associated values.
public void setMetadataInfoMap(Map<String,MetadataInfo> metadataInfoMap)
A map of a metadata key and associated values.
metadataInfoMap
- A map of a metadata key and associated values.public QuerySchemaVersionMetadataResult withMetadataInfoMap(Map<String,MetadataInfo> metadataInfoMap)
A map of a metadata key and associated values.
metadataInfoMap
- A map of a metadata key and associated values.public QuerySchemaVersionMetadataResult addMetadataInfoMapEntry(String key, MetadataInfo value)
public QuerySchemaVersionMetadataResult clearMetadataInfoMapEntries()
public void setSchemaVersionId(String schemaVersionId)
The unique version ID of the schema version.
schemaVersionId
- The unique version ID of the schema version.public String getSchemaVersionId()
The unique version ID of the schema version.
public QuerySchemaVersionMetadataResult withSchemaVersionId(String schemaVersionId)
The unique version ID of the schema version.
schemaVersionId
- The unique version ID of the schema version.public void setNextToken(String nextToken)
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
nextToken
- A continuation token for paginating the returned list of tokens, returned if the current segment of the
list is not the last.public String getNextToken()
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
public QuerySchemaVersionMetadataResult withNextToken(String nextToken)
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
nextToken
- A continuation token for paginating the returned list of tokens, returned if the current segment of the
list is not the last.public String toString()
toString
in class Object
Object.toString()
public QuerySchemaVersionMetadataResult clone()