@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteServiceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteServiceRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteServiceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationIdentifier()
Deletes a Refactor Spaces service.
|
String |
getEnvironmentIdentifier()
The ID of the environment that the service is in.
|
String |
getServiceIdentifier()
The ID of the service to delete.
|
int |
hashCode() |
void |
setApplicationIdentifier(String applicationIdentifier)
Deletes a Refactor Spaces service.
|
void |
setEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment that the service is in.
|
void |
setServiceIdentifier(String serviceIdentifier)
The ID of the service to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteServiceRequest |
withApplicationIdentifier(String applicationIdentifier)
Deletes a Refactor Spaces service.
|
DeleteServiceRequest |
withEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment that the service is in.
|
DeleteServiceRequest |
withServiceIdentifier(String serviceIdentifier)
The ID of the service 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 setApplicationIdentifier(String applicationIdentifier)
Deletes a Refactor Spaces service.
The RefactorSpacesSecurityGroup
security group must be removed from all Amazon Web Services
resources in the virtual private cloud (VPC) prior to deleting a service with a URL endpoint in a VPC.
applicationIdentifier
- Deletes a Refactor Spaces service.
The RefactorSpacesSecurityGroup
security group must be removed from all Amazon Web Services
resources in the virtual private cloud (VPC) prior to deleting a service with a URL endpoint in a VPC.
public String getApplicationIdentifier()
Deletes a Refactor Spaces service.
The RefactorSpacesSecurityGroup
security group must be removed from all Amazon Web Services
resources in the virtual private cloud (VPC) prior to deleting a service with a URL endpoint in a VPC.
The RefactorSpacesSecurityGroup
security group must be removed from all Amazon Web Services
resources in the virtual private cloud (VPC) prior to deleting a service with a URL endpoint in a VPC.
public DeleteServiceRequest withApplicationIdentifier(String applicationIdentifier)
Deletes a Refactor Spaces service.
The RefactorSpacesSecurityGroup
security group must be removed from all Amazon Web Services
resources in the virtual private cloud (VPC) prior to deleting a service with a URL endpoint in a VPC.
applicationIdentifier
- Deletes a Refactor Spaces service.
The RefactorSpacesSecurityGroup
security group must be removed from all Amazon Web Services
resources in the virtual private cloud (VPC) prior to deleting a service with a URL endpoint in a VPC.
public void setEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment that the service is in.
environmentIdentifier
- The ID of the environment that the service is in.public String getEnvironmentIdentifier()
The ID of the environment that the service is in.
public DeleteServiceRequest withEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment that the service is in.
environmentIdentifier
- The ID of the environment that the service is in.public void setServiceIdentifier(String serviceIdentifier)
The ID of the service to delete.
serviceIdentifier
- The ID of the service to delete.public String getServiceIdentifier()
The ID of the service to delete.
public DeleteServiceRequest withServiceIdentifier(String serviceIdentifier)
The ID of the service to delete.
serviceIdentifier
- The ID of the service to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteServiceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()