@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SignInConfig extends Object implements Serializable, Cloneable, StructuredPojo
The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to both the instance and its replica(s).
Constructor and Description |
---|
SignInConfig() |
Modifier and Type | Method and Description |
---|---|
SignInConfig |
clone() |
boolean |
equals(Object obj) |
List<SignInDistribution> |
getDistributions()
Information about traffic distributions.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDistributions(Collection<SignInDistribution> distributions)
Information about traffic distributions.
|
String |
toString()
Returns a string representation of this object.
|
SignInConfig |
withDistributions(Collection<SignInDistribution> distributions)
Information about traffic distributions.
|
SignInConfig |
withDistributions(SignInDistribution... distributions)
Information about traffic distributions.
|
public List<SignInDistribution> getDistributions()
Information about traffic distributions.
public void setDistributions(Collection<SignInDistribution> distributions)
Information about traffic distributions.
distributions
- Information about traffic distributions.public SignInConfig withDistributions(SignInDistribution... distributions)
Information about traffic distributions.
NOTE: This method appends the values to the existing list (if any). Use
setDistributions(java.util.Collection)
or withDistributions(java.util.Collection)
if you want
to override the existing values.
distributions
- Information about traffic distributions.public SignInConfig withDistributions(Collection<SignInDistribution> distributions)
Information about traffic distributions.
distributions
- Information about traffic distributions.public String toString()
toString
in class Object
Object.toString()
public SignInConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.