@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateIngestionDestinationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateIngestionDestinationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateIngestionDestinationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppBundleIdentifier()
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
|
DestinationConfiguration |
getDestinationConfiguration()
Contains information about the destination of ingested data.
|
String |
getIngestionDestinationIdentifier()
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination to use for the
request.
|
String |
getIngestionIdentifier()
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
|
int |
hashCode() |
void |
setAppBundleIdentifier(String appBundleIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
|
void |
setDestinationConfiguration(DestinationConfiguration destinationConfiguration)
Contains information about the destination of ingested data.
|
void |
setIngestionDestinationIdentifier(String ingestionDestinationIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination to use for the
request.
|
void |
setIngestionIdentifier(String ingestionIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
|
String |
toString()
Returns a string representation of this object.
|
UpdateIngestionDestinationRequest |
withAppBundleIdentifier(String appBundleIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
|
UpdateIngestionDestinationRequest |
withDestinationConfiguration(DestinationConfiguration destinationConfiguration)
Contains information about the destination of ingested data.
|
UpdateIngestionDestinationRequest |
withIngestionDestinationIdentifier(String ingestionDestinationIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination to use for the
request.
|
UpdateIngestionDestinationRequest |
withIngestionIdentifier(String ingestionIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAppBundleIdentifier(String appBundleIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
appBundleIdentifier
- The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the
request.public String getAppBundleIdentifier()
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
public UpdateIngestionDestinationRequest withAppBundleIdentifier(String appBundleIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
appBundleIdentifier
- The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the
request.public void setIngestionIdentifier(String ingestionIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
ingestionIdentifier
- The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the
request.public String getIngestionIdentifier()
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
public UpdateIngestionDestinationRequest withIngestionIdentifier(String ingestionIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
ingestionIdentifier
- The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the
request.public void setIngestionDestinationIdentifier(String ingestionDestinationIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination to use for the request.
ingestionDestinationIdentifier
- The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination to use
for the request.public String getIngestionDestinationIdentifier()
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination to use for the request.
public UpdateIngestionDestinationRequest withIngestionDestinationIdentifier(String ingestionDestinationIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination to use for the request.
ingestionDestinationIdentifier
- The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination to use
for the request.public void setDestinationConfiguration(DestinationConfiguration destinationConfiguration)
Contains information about the destination of ingested data.
destinationConfiguration
- Contains information about the destination of ingested data.public DestinationConfiguration getDestinationConfiguration()
Contains information about the destination of ingested data.
public UpdateIngestionDestinationRequest withDestinationConfiguration(DestinationConfiguration destinationConfiguration)
Contains information about the destination of ingested data.
destinationConfiguration
- Contains information about the destination of ingested data.public String toString()
toString
in class Object
Object.toString()
public UpdateIngestionDestinationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()