@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IngestionSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains a summary of an ingestion.
Constructor and Description |
---|
IngestionSummary() |
Modifier and Type | Method and Description |
---|---|
IngestionSummary |
clone() |
boolean |
equals(Object obj) |
String |
getApp()
The name of the application.
|
String |
getArn()
The Amazon Resource Name (ARN) of the ingestion.
|
String |
getState()
The status of the ingestion.
|
String |
getTenantId()
The ID of the application tenant.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApp(String app)
The name of the application.
|
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the ingestion.
|
void |
setState(String state)
The status of the ingestion.
|
void |
setTenantId(String tenantId)
The ID of the application tenant.
|
String |
toString()
Returns a string representation of this object.
|
IngestionSummary |
withApp(String app)
The name of the application.
|
IngestionSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the ingestion.
|
IngestionSummary |
withState(IngestionState state)
The status of the ingestion.
|
IngestionSummary |
withState(String state)
The status of the ingestion.
|
IngestionSummary |
withTenantId(String tenantId)
The ID of the application tenant.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the ingestion.
arn
- The Amazon Resource Name (ARN) of the ingestion.public String getArn()
The Amazon Resource Name (ARN) of the ingestion.
public IngestionSummary withArn(String arn)
The Amazon Resource Name (ARN) of the ingestion.
arn
- The Amazon Resource Name (ARN) of the ingestion.public void setApp(String app)
The name of the application.
app
- The name of the application.public String getApp()
The name of the application.
public IngestionSummary withApp(String app)
The name of the application.
app
- The name of the application.public void setTenantId(String tenantId)
The ID of the application tenant.
tenantId
- The ID of the application tenant.public String getTenantId()
The ID of the application tenant.
public IngestionSummary withTenantId(String tenantId)
The ID of the application tenant.
tenantId
- The ID of the application tenant.public void setState(String state)
The status of the ingestion.
state
- The status of the ingestion.IngestionState
public String getState()
The status of the ingestion.
IngestionState
public IngestionSummary withState(String state)
The status of the ingestion.
state
- The status of the ingestion.IngestionState
public IngestionSummary withState(IngestionState state)
The status of the ingestion.
state
- The status of the ingestion.IngestionState
public String toString()
toString
in class Object
Object.toString()
public IngestionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.