Amazon.OpsWorks.Model.Internal.MarshallTransformations.UpdateLayerResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : UpdateLayerResponseUnmarshaller
리턴 UpdateLayerResponseUnmarshaller
        public static UpdateLayerResponseUnmarshaller GetInstance()
        {
          if (instance == null)
          {
            instance = new UpdateLayerResponseUnmarshaller();
          }
          return instance;
        }