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

GetInstance() public static method

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