@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteIdentityPropagationConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteIdentityPropagationConfigRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteIdentityPropagationConfigRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The ID of the Amazon Web Services account that you want to delete an identity propagation configuration from.
|
String |
getService()
The name of the Amazon Web Services service that you want to delete the associated access scopes and authorized
targets from.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that you want to delete an identity propagation configuration from.
|
void |
setService(String service)
The name of the Amazon Web Services service that you want to delete the associated access scopes and authorized
targets from.
|
String |
toString()
Returns a string representation of this object.
|
DeleteIdentityPropagationConfigRequest |
withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that you want to delete an identity propagation configuration from.
|
DeleteIdentityPropagationConfigRequest |
withService(ServiceType service)
The name of the Amazon Web Services service that you want to delete the associated access scopes and authorized
targets from.
|
DeleteIdentityPropagationConfigRequest |
withService(String service)
The name of the Amazon Web Services service that you want to delete the associated access scopes and authorized
targets from.
|
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 DeleteIdentityPropagationConfigRequest()
public void setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that you want to delete an identity propagation configuration from.
awsAccountId
- The ID of the Amazon Web Services account that you want to delete an identity propagation configuration
from.public String getAwsAccountId()
The ID of the Amazon Web Services account that you want to delete an identity propagation configuration from.
public DeleteIdentityPropagationConfigRequest withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that you want to delete an identity propagation configuration from.
awsAccountId
- The ID of the Amazon Web Services account that you want to delete an identity propagation configuration
from.public void setService(String service)
The name of the Amazon Web Services service that you want to delete the associated access scopes and authorized targets from.
service
- The name of the Amazon Web Services service that you want to delete the associated access scopes and
authorized targets from.ServiceType
public String getService()
The name of the Amazon Web Services service that you want to delete the associated access scopes and authorized targets from.
ServiceType
public DeleteIdentityPropagationConfigRequest withService(String service)
The name of the Amazon Web Services service that you want to delete the associated access scopes and authorized targets from.
service
- The name of the Amazon Web Services service that you want to delete the associated access scopes and
authorized targets from.ServiceType
public DeleteIdentityPropagationConfigRequest withService(ServiceType service)
The name of the Amazon Web Services service that you want to delete the associated access scopes and authorized targets from.
service
- The name of the Amazon Web Services service that you want to delete the associated access scopes and
authorized targets from.ServiceType
public String toString()
toString
in class Object
Object.toString()
public DeleteIdentityPropagationConfigRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()