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

GetInstance() public static method

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