@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFilterResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateFilterResult() |
Modifier and Type | Method and Description |
---|---|
UpdateFilterResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Number (ARN) of the successfully updated filter.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Number (ARN) of the successfully updated filter.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFilterResult |
withArn(String arn)
The Amazon Resource Number (ARN) of the successfully updated filter.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Number (ARN) of the successfully updated filter.
arn
- The Amazon Resource Number (ARN) of the successfully updated filter.public String getArn()
The Amazon Resource Number (ARN) of the successfully updated filter.
public UpdateFilterResult withArn(String arn)
The Amazon Resource Number (ARN) of the successfully updated filter.
arn
- The Amazon Resource Number (ARN) of the successfully updated filter.public String toString()
toString
in class Object
Object.toString()
public UpdateFilterResult clone()