@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LandingZoneSummary extends Object implements Serializable, Cloneable, StructuredPojo
Returns a summary of information about a landing zone.
Constructor and Description |
---|
LandingZoneSummary() |
Modifier and Type | Method and Description |
---|---|
LandingZoneSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the landing zone.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The ARN of the landing zone.
|
String |
toString()
Returns a string representation of this object.
|
LandingZoneSummary |
withArn(String arn)
The ARN of the landing zone.
|
public void setArn(String arn)
The ARN of the landing zone.
arn
- The ARN of the landing zone.public String getArn()
The ARN of the landing zone.
public LandingZoneSummary withArn(String arn)
The ARN of the landing zone.
arn
- The ARN of the landing zone.public String toString()
toString
in class Object
Object.toString()
public LandingZoneSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.