Amazon.OpsWorks.Model.Internal.MarshallTransformations.DisassociateElasticIpResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : DisassociateElasticIpResponseUnmarshaller
return DisassociateElasticIpResponseUnmarshaller
        public static DisassociateElasticIpResponseUnmarshaller GetInstance()
        {
          if (instance == null)
          {
            instance = new DisassociateElasticIpResponseUnmarshaller();
          }
          return instance;
        }
  
DisassociateElasticIpResponseUnmarshaller