@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFolderResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetFolderResult() |
Modifier and Type | Method and Description |
---|---|
GetFolderResult |
addCustomMetadataEntry(String key,
String value) |
GetFolderResult |
clearCustomMetadataEntries()
Removes all the entries added into CustomMetadata.
|
GetFolderResult |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getCustomMetadata()
The custom metadata on the folder.
|
FolderMetadata |
getMetadata()
The metadata of the folder.
|
int |
hashCode() |
void |
setCustomMetadata(Map<String,String> customMetadata)
The custom metadata on the folder.
|
void |
setMetadata(FolderMetadata metadata)
The metadata of the folder.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetFolderResult |
withCustomMetadata(Map<String,String> customMetadata)
The custom metadata on the folder.
|
GetFolderResult |
withMetadata(FolderMetadata metadata)
The metadata of the folder.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMetadata(FolderMetadata metadata)
The metadata of the folder.
metadata
- The metadata of the folder.public FolderMetadata getMetadata()
The metadata of the folder.
public GetFolderResult withMetadata(FolderMetadata metadata)
The metadata of the folder.
metadata
- The metadata of the folder.public Map<String,String> getCustomMetadata()
The custom metadata on the folder.
public void setCustomMetadata(Map<String,String> customMetadata)
The custom metadata on the folder.
customMetadata
- The custom metadata on the folder.public GetFolderResult withCustomMetadata(Map<String,String> customMetadata)
The custom metadata on the folder.
customMetadata
- The custom metadata on the folder.public GetFolderResult addCustomMetadataEntry(String key, String value)
public GetFolderResult clearCustomMetadataEntries()
public String toString()
toString
in class Object
Object.toString()
public GetFolderResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.