@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFlowAliasRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteFlowAliasRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteFlowAliasRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAliasIdentifier()
The unique identifier of the alias to be deleted.
|
String |
getFlowIdentifier()
The unique identifier of the flow that the alias belongs to.
|
int |
hashCode() |
void |
setAliasIdentifier(String aliasIdentifier)
The unique identifier of the alias to be deleted.
|
void |
setFlowIdentifier(String flowIdentifier)
The unique identifier of the flow that the alias belongs to.
|
String |
toString()
Returns a string representation of this object.
|
DeleteFlowAliasRequest |
withAliasIdentifier(String aliasIdentifier)
The unique identifier of the alias to be deleted.
|
DeleteFlowAliasRequest |
withFlowIdentifier(String flowIdentifier)
The unique identifier of the flow that the alias belongs to.
|
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 setAliasIdentifier(String aliasIdentifier)
The unique identifier of the alias to be deleted.
aliasIdentifier
- The unique identifier of the alias to be deleted.public String getAliasIdentifier()
The unique identifier of the alias to be deleted.
public DeleteFlowAliasRequest withAliasIdentifier(String aliasIdentifier)
The unique identifier of the alias to be deleted.
aliasIdentifier
- The unique identifier of the alias to be deleted.public void setFlowIdentifier(String flowIdentifier)
The unique identifier of the flow that the alias belongs to.
flowIdentifier
- The unique identifier of the flow that the alias belongs to.public String getFlowIdentifier()
The unique identifier of the flow that the alias belongs to.
public DeleteFlowAliasRequest withFlowIdentifier(String flowIdentifier)
The unique identifier of the flow that the alias belongs to.
flowIdentifier
- The unique identifier of the flow that the alias belongs to.public String toString()
toString
in class Object
Object.toString()
public DeleteFlowAliasRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()