public class DeleteTrailRequest extends AmazonWebServiceRequest implements Serializable
DeleteTrail operation
.
Deletes a trail.
NOOP
Constructor and Description |
---|
DeleteTrailRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName()
The name of a trail to be deleted.
|
int |
hashCode() |
void |
setName(String name)
The name of a trail to be deleted.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteTrailRequest |
withName(String name)
The name of a trail to be deleted.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getName()
public void setName(String name)
name
- The name of a trail to be deleted.public DeleteTrailRequest withName(String name)
Returns a reference to this object so that method calls can be chained together.
name
- The name of a trail to be deleted.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.