@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportDestination extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains details about the resource destination the import job is going to target.
Constructor and Description |
---|
ImportDestination() |
Modifier and Type | Method and Description |
---|---|
ImportDestination |
clone() |
boolean |
equals(Object obj) |
SuppressionListDestination |
getSuppressionListDestination()
An object that contains the action of the import job towards suppression list.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSuppressionListDestination(SuppressionListDestination suppressionListDestination)
An object that contains the action of the import job towards suppression list.
|
String |
toString()
Returns a string representation of this object.
|
ImportDestination |
withSuppressionListDestination(SuppressionListDestination suppressionListDestination)
An object that contains the action of the import job towards suppression list.
|
public void setSuppressionListDestination(SuppressionListDestination suppressionListDestination)
An object that contains the action of the import job towards suppression list.
suppressionListDestination
- An object that contains the action of the import job towards suppression list.public SuppressionListDestination getSuppressionListDestination()
An object that contains the action of the import job towards suppression list.
public ImportDestination withSuppressionListDestination(SuppressionListDestination suppressionListDestination)
An object that contains the action of the import job towards suppression list.
suppressionListDestination
- An object that contains the action of the import job towards suppression list.public String toString()
toString
in class Object
Object.toString()
public ImportDestination clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.