@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsElbLoadBalancerSourceSecurityGroup extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the security group for the load balancer.
Constructor and Description |
---|
AwsElbLoadBalancerSourceSecurityGroup() |
Modifier and Type | Method and Description |
---|---|
AwsElbLoadBalancerSourceSecurityGroup |
clone() |
boolean |
equals(Object obj) |
String |
getGroupName()
The name of the security group.
|
String |
getOwnerAlias()
The owner of the security group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGroupName(String groupName)
The name of the security group.
|
void |
setOwnerAlias(String ownerAlias)
The owner of the security group.
|
String |
toString()
Returns a string representation of this object.
|
AwsElbLoadBalancerSourceSecurityGroup |
withGroupName(String groupName)
The name of the security group.
|
AwsElbLoadBalancerSourceSecurityGroup |
withOwnerAlias(String ownerAlias)
The owner of the security group.
|
public AwsElbLoadBalancerSourceSecurityGroup()
public void setGroupName(String groupName)
The name of the security group.
groupName
- The name of the security group.public String getGroupName()
The name of the security group.
public AwsElbLoadBalancerSourceSecurityGroup withGroupName(String groupName)
The name of the security group.
groupName
- The name of the security group.public void setOwnerAlias(String ownerAlias)
The owner of the security group.
ownerAlias
- The owner of the security group.public String getOwnerAlias()
The owner of the security group.
public AwsElbLoadBalancerSourceSecurityGroup withOwnerAlias(String ownerAlias)
The owner of the security group.
ownerAlias
- The owner of the security group.public String toString()
toString
in class Object
Object.toString()
public AwsElbLoadBalancerSourceSecurityGroup clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.