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