@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LoaderIdResult extends Object implements Serializable, Cloneable, StructuredPojo
Contains a list of load IDs.
Constructor and Description |
---|
LoaderIdResult() |
Modifier and Type | Method and Description |
---|---|
LoaderIdResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getLoadIds()
A list of load IDs.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLoadIds(Collection<String> loadIds)
A list of load IDs.
|
String |
toString()
Returns a string representation of this object.
|
LoaderIdResult |
withLoadIds(Collection<String> loadIds)
A list of load IDs.
|
LoaderIdResult |
withLoadIds(String... loadIds)
A list of load IDs.
|
public void setLoadIds(Collection<String> loadIds)
A list of load IDs.
loadIds
- A list of load IDs.public LoaderIdResult withLoadIds(String... loadIds)
A list of load IDs.
NOTE: This method appends the values to the existing list (if any). Use
setLoadIds(java.util.Collection)
or withLoadIds(java.util.Collection)
if you want to override
the existing values.
loadIds
- A list of load IDs.public LoaderIdResult withLoadIds(Collection<String> loadIds)
A list of load IDs.
loadIds
- A list of load IDs.public String toString()
toString
in class Object
Object.toString()
public LoaderIdResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.