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