Amazon.S3.Model.Internal.MarshallTransformations.PutBucketNotificationResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

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