@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportDocumentationPartsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A collection of the imported DocumentationPart identifiers.
Constructor and Description |
---|
ImportDocumentationPartsResult() |
Modifier and Type | Method and Description |
---|---|
ImportDocumentationPartsResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getIds()
A list of the returned documentation part identifiers.
|
List<String> |
getWarnings()
A list of warning messages reported during import of documentation parts.
|
int |
hashCode() |
void |
setIds(Collection<String> ids)
A list of the returned documentation part identifiers.
|
void |
setWarnings(Collection<String> warnings)
A list of warning messages reported during import of documentation parts.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ImportDocumentationPartsResult |
withIds(Collection<String> ids)
A list of the returned documentation part identifiers.
|
ImportDocumentationPartsResult |
withIds(String... ids)
A list of the returned documentation part identifiers.
|
ImportDocumentationPartsResult |
withWarnings(Collection<String> warnings)
A list of warning messages reported during import of documentation parts.
|
ImportDocumentationPartsResult |
withWarnings(String... warnings)
A list of warning messages reported during import of documentation parts.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getIds()
A list of the returned documentation part identifiers.
public void setIds(Collection<String> ids)
A list of the returned documentation part identifiers.
ids
- A list of the returned documentation part identifiers.public ImportDocumentationPartsResult withIds(String... ids)
A list of the returned documentation part 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 the returned documentation part identifiers.public ImportDocumentationPartsResult withIds(Collection<String> ids)
A list of the returned documentation part identifiers.
ids
- A list of the returned documentation part identifiers.public List<String> getWarnings()
A list of warning messages reported during import of documentation parts.
public void setWarnings(Collection<String> warnings)
A list of warning messages reported during import of documentation parts.
warnings
- A list of warning messages reported during import of documentation parts.public ImportDocumentationPartsResult withWarnings(String... warnings)
A list of warning messages reported during import of documentation parts.
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 reported during import of documentation parts.public ImportDocumentationPartsResult withWarnings(Collection<String> warnings)
A list of warning messages reported during import of documentation parts.
warnings
- A list of warning messages reported during import of documentation parts.public String toString()
toString
in class Object
Object.toString()
public ImportDocumentationPartsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.