@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetOpsMetadataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetOpsMetadataResult() |
Modifier and Type | Method and Description |
---|---|
GetOpsMetadataResult |
addMetadataEntry(String key,
MetadataValue value)
Add a single Metadata entry
|
GetOpsMetadataResult |
clearMetadataEntries()
Removes all the entries added into Metadata.
|
GetOpsMetadataResult |
clone() |
boolean |
equals(Object obj) |
Map<String,MetadataValue> |
getMetadata()
OpsMetadata for an Application Manager application.
|
String |
getNextToken()
The token for the next set of items to return.
|
String |
getResourceId()
The resource ID of the Application Manager application.
|
int |
hashCode() |
void |
setMetadata(Map<String,MetadataValue> metadata)
OpsMetadata for an Application Manager application.
|
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
void |
setResourceId(String resourceId)
The resource ID of the Application Manager application.
|
String |
toString()
Returns a string representation of this object.
|
GetOpsMetadataResult |
withMetadata(Map<String,MetadataValue> metadata)
OpsMetadata for an Application Manager application.
|
GetOpsMetadataResult |
withNextToken(String nextToken)
The token for the next set of items to return.
|
GetOpsMetadataResult |
withResourceId(String resourceId)
The resource ID of the Application Manager application.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setResourceId(String resourceId)
The resource ID of the Application Manager application.
resourceId
- The resource ID of the Application Manager application.public String getResourceId()
The resource ID of the Application Manager application.
public GetOpsMetadataResult withResourceId(String resourceId)
The resource ID of the Application Manager application.
resourceId
- The resource ID of the Application Manager application.public Map<String,MetadataValue> getMetadata()
OpsMetadata for an Application Manager application.
public void setMetadata(Map<String,MetadataValue> metadata)
OpsMetadata for an Application Manager application.
metadata
- OpsMetadata for an Application Manager application.public GetOpsMetadataResult withMetadata(Map<String,MetadataValue> metadata)
OpsMetadata for an Application Manager application.
metadata
- OpsMetadata for an Application Manager application.public GetOpsMetadataResult addMetadataEntry(String key, MetadataValue value)
public GetOpsMetadataResult clearMetadataEntries()
public void setNextToken(String nextToken)
The token for the next set of items to return. Use this token to get the next set of results.
nextToken
- The token for the next set of items to return. Use this token to get the next set of results.public String getNextToken()
The token for the next set of items to return. Use this token to get the next set of results.
public GetOpsMetadataResult withNextToken(String nextToken)
The token for the next set of items to return. Use this token to get the next set of results.
nextToken
- The token for the next set of items to return. Use this token to get the next set of results.public String toString()
toString
in class Object
Object.toString()
public GetOpsMetadataResult clone()