Class ChangeResourceRecordSetsRequest

    • Constructor Detail

      • ChangeResourceRecordSetsRequest

        public ChangeResourceRecordSetsRequest()
        Default constructor for ChangeResourceRecordSetsRequest object. Callers should use the setter or fluent setter (with...) methods to initialize the object after creating it.
      • ChangeResourceRecordSetsRequest

        public ChangeResourceRecordSetsRequest​(String hostedZoneId,
                                               ChangeBatch changeBatch)
        Constructs a new ChangeResourceRecordSetsRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.
        Parameters:
        hostedZoneId - The ID of the hosted zone that contains the resource record sets that you want to change.
        changeBatch - A complex type that contains an optional comment and the Changes element.
    • Method Detail

      • setHostedZoneId

        public void setHostedZoneId​(String hostedZoneId)

        The ID of the hosted zone that contains the resource record sets that you want to change.

        Parameters:
        hostedZoneId - The ID of the hosted zone that contains the resource record sets that you want to change.
      • getHostedZoneId

        public String getHostedZoneId()

        The ID of the hosted zone that contains the resource record sets that you want to change.

        Returns:
        The ID of the hosted zone that contains the resource record sets that you want to change.
      • withHostedZoneId

        public ChangeResourceRecordSetsRequest withHostedZoneId​(String hostedZoneId)

        The ID of the hosted zone that contains the resource record sets that you want to change.

        Parameters:
        hostedZoneId - The ID of the hosted zone that contains the resource record sets that you want to change.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setChangeBatch

        public void setChangeBatch​(ChangeBatch changeBatch)

        A complex type that contains an optional comment and the Changes element.

        Parameters:
        changeBatch - A complex type that contains an optional comment and the Changes element.
      • getChangeBatch

        public ChangeBatch getChangeBatch()

        A complex type that contains an optional comment and the Changes element.

        Returns:
        A complex type that contains an optional comment and the Changes element.
      • withChangeBatch

        public ChangeResourceRecordSetsRequest withChangeBatch​(ChangeBatch changeBatch)

        A complex type that contains an optional comment and the Changes element.

        Parameters:
        changeBatch - A complex type that contains an optional comment and the Changes element.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object