@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ObjectiveResourceFilter extends Object implements Serializable, Cloneable, StructuredPojo
The objective resource that's being used as a filter.
| Constructor and Description |
|---|
ObjectiveResourceFilter() |
| Modifier and Type | Method and Description |
|---|---|
ObjectiveResourceFilter |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the objective.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the objective.
|
String |
toString()
Returns a string representation of this object.
|
ObjectiveResourceFilter |
withArn(String arn)
The Amazon Resource Name (ARN) of the objective.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the objective.
arn - The Amazon Resource Name (ARN) of the objective.public String getArn()
The Amazon Resource Name (ARN) of the objective.
public ObjectiveResourceFilter withArn(String arn)
The Amazon Resource Name (ARN) of the objective.
arn - The Amazon Resource Name (ARN) of the objective.public String toString()
toString in class ObjectObject.toString()public ObjectiveResourceFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.