@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IngestionDestinationSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains a summary of an ingestion destination.
Constructor and Description |
---|
IngestionDestinationSummary() |
Modifier and Type | Method and Description |
---|---|
IngestionDestinationSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the ingestion destination.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the ingestion destination.
|
String |
toString()
Returns a string representation of this object.
|
IngestionDestinationSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the ingestion destination.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the ingestion destination.
arn
- The Amazon Resource Name (ARN) of the ingestion destination.public String getArn()
The Amazon Resource Name (ARN) of the ingestion destination.
public IngestionDestinationSummary withArn(String arn)
The Amazon Resource Name (ARN) of the ingestion destination.
arn
- The Amazon Resource Name (ARN) of the ingestion destination.public String toString()
toString
in class Object
Object.toString()
public IngestionDestinationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.