@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RotateIngestEndpointCredentialsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
RotateIngestEndpointCredentialsRequest() |
| Modifier and Type | Method and Description |
|---|---|
RotateIngestEndpointCredentialsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getId()
The ID of the channel the IngestEndpoint is on.
|
String |
getIngestEndpointId()
The id of the IngestEndpoint whose credentials should be rotated
|
int |
hashCode() |
void |
setId(String id)
The ID of the channel the IngestEndpoint is on.
|
void |
setIngestEndpointId(String ingestEndpointId)
The id of the IngestEndpoint whose credentials should be rotated
|
String |
toString()
Returns a string representation of this object.
|
RotateIngestEndpointCredentialsRequest |
withId(String id)
The ID of the channel the IngestEndpoint is on.
|
RotateIngestEndpointCredentialsRequest |
withIngestEndpointId(String ingestEndpointId)
The id of the IngestEndpoint whose credentials should be rotated
|
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, withSdkRequestTimeoutpublic RotateIngestEndpointCredentialsRequest()
public void setId(String id)
id - The ID of the channel the IngestEndpoint is on.public String getId()
public RotateIngestEndpointCredentialsRequest withId(String id)
id - The ID of the channel the IngestEndpoint is on.public void setIngestEndpointId(String ingestEndpointId)
ingestEndpointId - The id of the IngestEndpoint whose credentials should be rotatedpublic String getIngestEndpointId()
public RotateIngestEndpointCredentialsRequest withIngestEndpointId(String ingestEndpointId)
ingestEndpointId - The id of the IngestEndpoint whose credentials should be rotatedpublic String toString()
toString in class ObjectObject.toString()public RotateIngestEndpointCredentialsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()