@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteIdNamespaceAssociationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteIdNamespaceAssociationRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteIdNamespaceAssociationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getIdNamespaceAssociationIdentifier()
The unique identifier of the ID namespace association that you want to delete.
|
String |
getMembershipIdentifier()
The unique identifier of the membership that contains the ID namespace association that you want to delete.
|
int |
hashCode() |
void |
setIdNamespaceAssociationIdentifier(String idNamespaceAssociationIdentifier)
The unique identifier of the ID namespace association that you want to delete.
|
void |
setMembershipIdentifier(String membershipIdentifier)
The unique identifier of the membership that contains the ID namespace association that you want to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteIdNamespaceAssociationRequest |
withIdNamespaceAssociationIdentifier(String idNamespaceAssociationIdentifier)
The unique identifier of the ID namespace association that you want to delete.
|
DeleteIdNamespaceAssociationRequest |
withMembershipIdentifier(String membershipIdentifier)
The unique identifier of the membership that contains the ID namespace association that you want to delete.
|
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 setIdNamespaceAssociationIdentifier(String idNamespaceAssociationIdentifier)
The unique identifier of the ID namespace association that you want to delete.
idNamespaceAssociationIdentifier
- The unique identifier of the ID namespace association that you want to delete.public String getIdNamespaceAssociationIdentifier()
The unique identifier of the ID namespace association that you want to delete.
public DeleteIdNamespaceAssociationRequest withIdNamespaceAssociationIdentifier(String idNamespaceAssociationIdentifier)
The unique identifier of the ID namespace association that you want to delete.
idNamespaceAssociationIdentifier
- The unique identifier of the ID namespace association that you want to delete.public void setMembershipIdentifier(String membershipIdentifier)
The unique identifier of the membership that contains the ID namespace association that you want to delete.
membershipIdentifier
- The unique identifier of the membership that contains the ID namespace association that you want to
delete.public String getMembershipIdentifier()
The unique identifier of the membership that contains the ID namespace association that you want to delete.
public DeleteIdNamespaceAssociationRequest withMembershipIdentifier(String membershipIdentifier)
The unique identifier of the membership that contains the ID namespace association that you want to delete.
membershipIdentifier
- The unique identifier of the membership that contains the ID namespace association that you want to
delete.public String toString()
toString
in class Object
Object.toString()
public DeleteIdNamespaceAssociationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()