@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportApiKeysResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ImportApiKeysResult() |
Modifier and Type | Method and Description |
---|---|
ImportApiKeysResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getIds()
A list of all the ApiKey identifiers.
|
List<String> |
getWarnings()
A list of warning messages.
|
int |
hashCode() |
void |
setIds(Collection<String> ids)
A list of all the ApiKey identifiers.
|
void |
setWarnings(Collection<String> warnings)
A list of warning messages.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ImportApiKeysResult |
withIds(Collection<String> ids)
A list of all the ApiKey identifiers.
|
ImportApiKeysResult |
withIds(String... ids)
A list of all the ApiKey identifiers.
|
ImportApiKeysResult |
withWarnings(Collection<String> warnings)
A list of warning messages.
|
ImportApiKeysResult |
withWarnings(String... warnings)
A list of warning messages.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getIds()
A list of all the ApiKey identifiers.
public void setIds(Collection<String> ids)
A list of all the ApiKey identifiers.
ids
- A list of all the ApiKey identifiers.public ImportApiKeysResult withIds(String... ids)
A list of all the ApiKey identifiers.
NOTE: This method appends the values to the existing list (if any). Use
setIds(java.util.Collection)
or withIds(java.util.Collection)
if you want to override the
existing values.
ids
- A list of all the ApiKey identifiers.public ImportApiKeysResult withIds(Collection<String> ids)
A list of all the ApiKey identifiers.
ids
- A list of all the ApiKey identifiers.public List<String> getWarnings()
A list of warning messages.
public void setWarnings(Collection<String> warnings)
A list of warning messages.
warnings
- A list of warning messages.public ImportApiKeysResult withWarnings(String... warnings)
A list of warning messages.
NOTE: This method appends the values to the existing list (if any). Use
setWarnings(java.util.Collection)
or withWarnings(java.util.Collection)
if you want to override
the existing values.
warnings
- A list of warning messages.public ImportApiKeysResult withWarnings(Collection<String> warnings)
A list of warning messages.
warnings
- A list of warning messages.public String toString()
toString
in class Object
Object.toString()
public ImportApiKeysResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.